@class TSCHLegendModel, TSSStylesheet, TSCHChartStylePreset, TSCHLegendNonStyle, TSCHReferenceLineStyle, NSString, NSMutableArray, TSCHChartLayoutCache, TSKCustomFormatList, NSMutableDictionary, NSArray, TSCHChartStyleState, TSCHChartModel, TSCHChartType, TSDInfoGeometry, TSKDocumentRoot, TSCHChartMediator, TSCHChartStyle, TSCHChartDrawableInfo, TSSPropertySet, TSCHChartNonStyle, TSCHLegendStyle, NSNumber, TSPLazyReference; @protocol TSCHDataFormatter; @interface TSCHChartInfo : NSObject <TSCHPropertyMapsGeneratedProtocol, TSCHStyleOwnerCollaborationSupport, TSCHStyleOwning, TSCHParagraphStyleOwner, TSDMixing, NSCopying, TSKTransformableObject> { TSDInfoGeometry *_geometry; NSMutableArray *_valueAxisStyles; NSMutableArray *_categoryAxisStyles; NSMutableArray *_valueAxisNonStyles; NSMutableArray *_categoryAxisNonStyles; NSMutableArray *_themeSeriesStyles; NSMutableArray *_privateSeriesStyles; NSMutableArray *_seriesNonStyles; NSMutableDictionary *_refLineStylesMap; NSMutableDictionary *_refLineNonStylesMap; NSMutableArray *_paragraphStyles; } @property (class, readonly, nonatomic) TSSPropertySet *paragraphStylePropertiesChartsUse; @property (readonly, nonatomic) BOOL hasSetDefaultLayoutSettings; @property (nonatomic) struct { BOOL x0; BOOL x1; BOOL x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; BOOL x7; long long x8; unsigned long long x9; } defaultLayoutSettings; @property (readonly, nonatomic) TSCHChartLayoutCache *sceneAreaLayoutItemCache; @property (readonly, nonatomic) BOOL supportsAndHasRoundedCorners; @property (readonly, nonatomic) BOOL supportsRoundedCorners; @property (readonly, nonatomic) BOOL hasRoundedCorners; @property (readonly, nonatomic) BOOL supportsAndHasStackedSummaryLabels; @property (readonly, nonatomic) BOOL supportsStackedSummaryLabels; @property (readonly, nonatomic) BOOL hasStackedSummaryLabels; @property (readonly, nonatomic) float maximumExplosion; @property (readonly, nonatomic) BOOL isSingleCircleSpecialCase; @property (readonly, nonatomic) BOOL containsCalloutLines; @property (readonly, nonatomic) NSArray *themeSeriesStyles; @property (readonly, nonatomic) NSArray *privateSeriesStyles; @property (readonly, nonatomic) NSArray *seriesNonStyles; @property (readonly, nonatomic) TSCHChartStyle *style; @property (readonly, nonatomic) TSCHChartNonStyle *nonStyle; @property (readonly, nonatomic) NSArray *valueAxisStyles; @property (readonly, nonatomic) NSArray *categoryAxisStyles; @property (readonly, nonatomic) NSArray *valueAxisNonStyles; @property (readonly, nonatomic) NSArray *categoryAxisNonStyles; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy, nonatomic) TSCHChartStyleState *chartStyleState; @property (copy, nonatomic) TSDInfoGeometry *nonInfoGeometry; @property (readonly, nonatomic) TSCHChartStylePreset *firstPresetFromTheme; @property (retain, nonatomic) NSMutableDictionary *styleViewProxyMap; @property (retain, nonatomic) NSArray *styleViewProxyParagraphStyleArray; @property (weak, nonatomic) TSCHChartDrawableInfo *drawableInfo; @property (retain, nonatomic) TSCHChartType *chartType; @property (retain, nonatomic) TSCHLegendModel *legend; @property (retain, nonatomic) TSCHChartModel *model; @property (retain, nonatomic) TSCHChartMediator *mediator; @property (copy, nonatomic) TSDInfoGeometry *geometry; @property (retain, nonatomic) TSCHChartStyle *style; @property (retain, nonatomic) TSCHChartNonStyle *nonStyle; @property (retain, nonatomic) TSCHLegendStyle *legendStyle; @property (retain, nonatomic) TSCHLegendNonStyle *legendNonStyle; @property (retain, nonatomic) TSCHReferenceLineStyle *themePresetRefLineStyle; @property (nonatomic) unsigned long long lastSeriesIndex; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } innerChartFrame; @property (nonatomic) struct CGPoint { double x; double y; } previewOrigin; @property (nonatomic) BOOL needsCalcEngineDependentImport; @property (nonatomic) BOOL needsCalcEngineDependentUpgrade; @property (retain, nonatomic) TSPLazyReference *ownedPreset; @property (retain, nonatomic) TSPLazyReference *lazyPreset; @property (retain, nonatomic) TSKCustomFormatList *pasteboardCustomFormatList; @property (copy, nonatomic) NSString *lastAppliedFillSetLookupString; @property (nonatomic) BOOL isOlderThanSage; @property (retain, nonatomic) NSNumber *horizontalMin; @property (retain, nonatomic) NSNumber *horizontalMax; @property (retain, nonatomic) NSNumber *valueMin; @property (retain, nonatomic) NSNumber *valueMax; @property (copy, nonatomic) NSString *valuePrefix; @property (copy, nonatomic) NSString *valueSuffix; @property (nonatomic) BOOL valueUseSeparator; @property (copy, nonatomic) NSString *horizontalPrefix; @property (copy, nonatomic) NSString *horizontalSuffix; @property (nonatomic) BOOL horizontalUseSeparator; @property (readonly, nonatomic) id<TSCHDataFormatter> summaryLabelDataFormatter; @property (copy, nonatomic) NSString *informationalMessageString; @property (nonatomic) double informationalMessageDuration; @property (nonatomic) BOOL appearancePreservedForPreset; @property (readonly, nonatomic) TSKDocumentRoot *documentRoot; @property (readonly, nonatomic) TSSStylesheet *documentStylesheet; @property (readonly, nonatomic) TSCHChartStylePreset *preset; @property (readonly, nonatomic) unsigned long long numberOfThemeSeriesStyles; @property (readonly, nonatomic) BOOL isPhantom; @property (readonly, nonatomic) struct CGSize { double x0; double x1; } minimumChartBodySize; @property (readonly, nonatomic) int gridDirection; @property (readonly, nonatomic) unsigned long long multiDataSetIndex; @property (readonly, nonatomic) NSArray *paragraphStyles; @property (readonly, nonatomic) TSCHChartStylePreset *presetFromThemeIfNecessary; @property (readonly, nonatomic) NSArray *fillsForSeriesAndTheme; @property (readonly, nonatomic) BOOL wantsDeferredUpgradeOrImport; @property (nonatomic) BOOL displayMessageOnRepCreation; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (int)adjustNumberFormatType:(int)a0 forChartModel:(id)a1 gridValueType:(int)a2 hasCustomFormat:(BOOL)a3; + (double)beginValueForStackedBarSeries:(id)a0 groupIndex:(unsigned long long)a1 unitSpaceIntercept:(double)a2 relativelyPositive:(BOOL)a3 valueAxis:(id)a4; + (id)categoryAxisStyleIdentifierForRoleIndex:(unsigned long long)a0 ordinal:(unsigned long long)a1; + (id)chartStyleIdentifierForRoleIndex:(unsigned long long)a0; + (Class)classForAxisNonstyle; + (Class)classForAxisStyle; + (Class)classForChartNonstyle; + (Class)classForChartStyle; + (Class)classForLegendNonstyle; + (Class)classForLegendStyle; + (Class)classForSeriesNonstyle; + (Class)classForSeriesStyle; + (id)genericParagraphStyleIndexProperties; + (id)genericParagraphStyleIndexPropertiesInUse; + (id)legendStyleIdentifierForRoleIndex:(unsigned long long)a0; + (struct CGSize { double x0; double x1; })minimumChartBodySizeForTransformingGeometryForChart:(id)a0; + (id)p_chartTypeTo3DScalePropertyPairs; + (id)p_currentThreadSceneAreaLayoutCache; + (id)paragraphStyleIdentifierForRoleIndex:(unsigned long long)a0 ordinal:(unsigned long long)a1; + (id)paragraphStyleIndexProperties; + (id)paragraphStyleIndexPropertiesInUse; + (id)propertiesThatInvalidateModel; + (id)referenceLineStyleIdentifierForRoleIndex:(unsigned long long)a0 ordinal:(unsigned long long)a1; + (id)scale3DPropertyToConstantDepthInfoChartScaleMappingsWithBarShape:(int)a0 conversionBlock:(id /* block */)a1; + (id)seriesStyleIdentifierForRoleIndex:(unsigned long long)a0 ordinal:(unsigned long long)a1; + (void)setCurrentThreadSceneAreaLayoutCache:(id)a0; + (id)specificNumberFormatTypeProperties; + (id)specificPropertiesThatCanContainCustomDateFormats; + (id)specificPropertiesThatCanContainCustomFormats; + (id)specificPropertiesThatCanContainCustomNumberFormats; + (unsigned char)styleOwnerPathType; + (id)swapTuplesForParagraphStyleMutations:(id)a0 forReferencingProperty:(int)a1 forStyleOwner:(id)a2; + (BOOL)updateInitialLabelExplosionIfNeededForChartType:(id)a0 seriesNonStyles:(inout id *)a1 stylePreset:(id)a2 rowCount:(unsigned long long)a3 columnCount:(unsigned long long)a4; + (id)valueAxisStyleIdentifierForRoleIndex:(unsigned long long)a0 ordinal:(unsigned long long)a1; - (id)context; - (void)setPreset:(id)a0; - (id)valueForProperty:(int)a0; - (void).cxx_destruct; - (Class)layoutClass; - (unsigned int)elementKind; - (id)defaultProperties; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)copyWithContext:(id)a0; - (id)childInfos; - (Class)repClass; - (void)adoptStylesheet:(id)a0 withMapper:(id)a1; - (id)copyWithZone:(struct _NSZone { } *)a0 context:(id)a1; - (id)mixedObjectWithFraction:(double)a0 ofObject:(id)a1; - (void)willModify; - (BOOL)isEquivalentForCrossDocumentPasteMasterComparison:(id)a0; - (long long)mixingTypeWithObject:(id)a0 context:(id)a1; - (id)chartInfo; - (int)intValueForProperty:(int)a0 defaultValue:(int)a1; - (BOOL)appearancePreservedForCurrentPreset; - (void)hideAllTitles; - (id)infoGeometryForVisiblePositioningInfoGeometry:(id)a0; - (id)objectValueForProperty:(int)a0; - (void)preserveAppearanceForCurrentPresetAdoptingStylesheet:(BOOL)a0; - (void)reassignPasteboardCustomFormatKeys; - (int)stringPropertyForSelectionPath:(id)a0; - (id)styleOwnerRefForStyleOwnerPath:(id)a0; - (id)clamped3DRotationPropertyObject; - (BOOL)hasFloatValueForProperty:(int)a0 value:(float *)a1; - (id)paragraphStyleForSelectionPath:(id)a0; - (id)scaleAllStrokesInStyle:(id)a0 byRatio:(double)a1; - (unsigned long long)addParagraphStyle:(id)a0; - (void)addReferenceLineForAxisID:(id)a0 nonStyle:(id)a1 style:(id)a2 uuid:(id)a3; - (void)addViewStyleProxyForMutationTuples:(id)a0 layouts:(id)a1; - (int)adjustedSummaryLabelNumberFormatType; - (id)allCustomFormatKeys; - (id)allStyleOwners; - (id)allStylesAndNonStylesThatCanHaveCustomNumberFormats; - (void)applyChartStyleState:(id)a0; - (id)applyStyleSwapTuple:(id)a0; - (id)applyStyleSwapTuples:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })calculateDefaultLegendPositionIfNeededWithOptionalLayout:(id)a0; - (id)categoryAxisNonstyleAtIndex:(unsigned long long)a0; - (id)categoryAxisStyleAtIndex:(unsigned long long)a0; - (unsigned long long)categoryAxisStyleCount; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })chartBodyBoundsForSageImportWithSageChartType:(BOOL)a0 isSpiceDoc:(BOOL)a1; - (void)chartDidInvalidateWithProperties:(id)a0; - (void)chartMoveToPosition:(struct CGPoint { double x0; double x1; })a0 size:(struct CGSize { double x0; double x1; })a1; - (void)chartTypeDidChangeWithDetails:(id)a0; - (void)clearViewStyleProxyForLayouts:(id)a0; - (id)commandToApplyFillSet:(id)a0; - (BOOL)containsCalloutLinesWithoutModelSync; - (id)create3DSceneWithLayoutSettings:(const struct { BOOL x0; BOOL x1; BOOL x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; BOOL x7; long long x8; unsigned long long x9; } *)a0 styleProvidingSource:(id)a1; - (void)debugLayoutCache; - (void)debugVerifyPreset; - (unsigned long long)defaultDataColumnCountForChartType:(id)a0 forDocumentLocale:(id)a1; - (unsigned long long)defaultDataRowCountForChartType:(id)a0 forDocumentLocale:(id)a1; - (int)defaultPropertyForGeneric:(int)a0; - (void)deleteReferenceLineForAxisID:(id)a0 uuid:(id)a1; - (float)floatValueForProperty:(int)a0 defaultValue:(float)a1; - (id)fontNameForInspectors; - (id)g_genericToDefaultPropertyMap; - (id)g_operationPropertyNameForGenericProperty:(int)a0; - (id)getSeriesNonstyleForSeriesIndex:(unsigned long long)a0; - (id)getSeriesStyleForSeriesIndex:(unsigned long long)a0; - (BOOL)gridEqualToDefaultGrid; - (BOOL)hasIntValueForProperty:(int)a0 value:(int *)a1; - (BOOL)hasObjectValueForProperty:(int)a0 value:(id *)a1; - (BOOL)hasSummaryLabelCustomFormatForGridValueType:(int)a0; - (BOOL)hasTwoYValueAxes; - (unsigned long long)indexOfParagraphStyleAddingIfNecessary:(id)a0; - (id)infoGeometryForDesiredCircumscribingGeometry:(id)a0; - (id)infoGeometryForDesiredCircumscribingGeometry:(id)a0 omitLabelPlacement:(BOOL)a1; - (id)infoGeometryForDesiredPureLayoutGeometry:(id)a0; - (id)infoGeometryForVisuallyCenteringOnUnscaledCanvasPoint:(struct CGPoint { double x0; double x1; })a0; - (id)initForPresetImportWithChartType:(id)a0; - (id)initWithChartType:(id)a0 legendShowing:(id)a1 chartBodyFrame:(id)a2 chartAreaFrame:(id)a3 circumscribingFrame:(id)a4 legendFrame:(id)a5 stylePreset:(id)a6 privateSeriesStyles:(id)a7 chartNonStyle:(id)a8 legendNonStyle:(id)a9 valueAxisNonStyles:(id)a10 categoryAxisNonStyles:(id)a11 seriesNonStyles:(id)a12 refLineNonStylesMap:(id)a13 refLineStylesMap:(id)a14 forDocumentLocale:(id)a15; - (BOOL)isSingleCircleSpecialCaseOutSeries:(id *)a0; - (void)loadFromPreUFFArchive:(const void *)a0 unarchiver:(id)a1 persistentChartInfo:(id)a2; - (void)loadFromUnityArchive:(const void *)a0 unarchiver:(id)a1 persistentChartInfo:(id)a2; - (float)maximumExplosionOfAllSeriesExcept:(id)a0; - (float)minFrameDimensionForRadius:(float)a0 withMaxExplosion:(float)a1; - (void)modelDidInvalidateWithDetails:(id)a0; - (id)modelForDataSetIndex:(unsigned long long)a0; - (unsigned long long)multiDataSetIndex; - (id)newChartStylePresetByExampleWithPresetIndex:(unsigned long long)a0 withSeriesCount:(unsigned long long)a1 forTheme:(id)a2; - (id)newChartStylePresetByExampleWithPresetIndex:(unsigned long long)a0 withSeriesCount:(unsigned long long)a1 forTheme:(id)a2 designMode:(BOOL)a3; - (id)nonStyleForAxis:(id)a0; - (unsigned long long)nonStyleIndexForStyleOwnerRef:(id)a0; - (id)nonstyle; - (id)operationPropertyNameFromGenericProperty:(int)a0; - (void)p_applySeriesTuplesWithThemeSeriesStyles:(id)a0 privateSeriesStyles:(id)a1 propertyDictionary:(id)a2; - (BOOL)p_containsCalloutLinesWithModelSync:(BOOL)a0; - (id)p_copyStyleAndNonStyleArray:(id)a0 withZone:(struct _NSZone { } *)a1 context:(id)a2; - (id)p_copyStyleAndNonStyleMap:(id)a0 withZone:(struct _NSZone { } *)a1 context:(id)a2; - (double)p_dataSetNameAccomodationWithOptionalLayout:(id)a0; - (void)p_designUpdateCategoryMajorGridlineStrokeWithCategoryAxisStyles:(id)a0 valueAxisStyles:(id)a1; - (void)p_designUpdateRadarPresetWithPresetIndex:(unsigned long long)a0 seriesStyle:(id)a1; - (id)p_genericToDefaultPropertyMap; - (id)p_getLocalizableDefaultDataDictionaryForChartType:(id)a0 forDocumentLocale:(id)a1; - (id)p_infoGeometryForGeometry:(id)a0 isCircumscribing:(BOOL)a1 omitLabelPlacement:(BOOL)a2; - (id)p_init; - (void)p_invalidateCachesInLayouts:(id)a0; - (BOOL)p_isDownsampledStackedChart; - (unsigned long long)p_paragraphStyleIndexOfFirstCategoryAxisParagraphStyle; - (id)p_presetByAdoptingStylesheet:(id)a0 forPreset:(id)a1 withMapper:(id)a2 paragraphStyles:(id)a3; - (unsigned long long)p_refLineIndexWithUUID:(id)a0 nonStyleItems:(id)a1; - (BOOL)p_refLineNonStyleMapIsValid; - (void)p_saveToUnityArchive:(void *)a0 persistentChartInfo:(id)a1 archiver:(id)a2; - (id)p_summaryLabelDataFormatterFromCurrentModel; - (BOOL)p_supportsRoundedCornersWithModelSync:(BOOL)a0; - (id)p_swapTuplesForApplyingPreset:(id)a0 preservingAppearance:(BOOL)a1; - (id)p_swapTuplesForApplyingPresetRemovingOverrides:(id)a0; - (id)p_swapTuplesForMutations:(id)a0; - (double)p_titleAccommodationWithLegendSize:(struct CGSize { double x0; double x1; })a0 optionalLayout:(id)a1; - (void)p_upgradeLineChartsFor10; - (id)p_uuidForRefLineOnAxis:(id)a0 havingNonStyle:(id)a1; - (id)paragraphStyleAtIndex:(unsigned long long)a0; - (int)paragraphStylePropertyForSelectionPath:(id)a0; - (void)performDeferredUpgradeAndImportOperations; - (float)radiusForFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 withMaxExplosion:(float)a1; - (id)referenceLineNonStyleForAxisID:(id)a0 atIndex:(unsigned long long)a1; - (id)referenceLineNonStyleForAxisID:(id)a0 uuid:(id)a1 outIndex:(unsigned long long *)a2; - (id)referenceLineNonStyleItemsForAxisID:(id)a0; - (id)referenceLineStyleForAxisID:(id)a0 atIndex:(unsigned long long)a1; - (id)referenceLineStyleForAxisID:(id)a0 atIndex:(unsigned long long)a1 privateStyleOnly:(BOOL)a2; - (BOOL)referenceLineStyleIsPrivate:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })resizedLegendFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 oldChartSize:(struct CGSize { double x0; double x1; })a1 newChartSize:(struct CGSize { double x0; double x1; })a2; - (double)sageDepthFactorForExport; - (void)saveToUnityArchive:(void *)a0 persistentChartInfo:(id)a1 archiver:(id)a2; - (id)seriesNonStyleForSeries:(id)a0; - (id)seriesNonstyleForSeriesIndex:(unsigned long long)a0; - (id)seriesStyleForSeries:(id)a0; - (id)seriesStyleForSeriesIndex:(unsigned long long)a0; - (BOOL)seriesStyleIsPrivate:(id)a0; - (void)setCategoryAxisNonstyle:(id)a0 atIndex:(unsigned long long)a1; - (void)setChartNonstyle:(id)a0; - (void)setChartType:(id)a0 andSetLegendDefaults:(BOOL)a1 gridRowIds:(id)a2 gridColumnIds:(id)a3 forDocumentLocale:(id)a4; - (void)setDefaultLegendPositionIfNeededWithOptionalLayout:(id)a0; - (void)setGeometry:(id)a0 clearObjectPlaceholderFlag:(BOOL)a1; - (void)setGeometry:(id)a0 omitLegendResize:(BOOL)a1; - (void)setGeometry:(id)a0 omitLegendResize:(BOOL)a1 clearObjectPlaceholderFlag:(BOOL)a2; - (void)setInfoGeometryByUpdatingLegendGeometryAccommodatedForInitialLayoutGeometry:(id)a0; - (void)setPreset:(id)a0 forceOwning:(BOOL)a1; - (void)setReferenceLineNonStyleItem:(id)a0 forAxisID:(id)a1 atIndex:(unsigned long long)a2; - (void)setReferenceLineStyle:(id)a0 forAxisID:(id)a1 atIndex:(unsigned long long)a2; - (void)setSeriesNonstyle:(id)a0 atIndex:(unsigned long long)a1; - (void)setValueAxisNonstyle:(id)a0 atIndex:(unsigned long long)a1; - (void)setViewStyleProxyParagraphStyleArray:(id)a0 layouts:(id)a1; - (BOOL)shouldOwnPreset:(id)a0; - (int)specificPropertyForGeneric:(int)a0; - (id)stringForSelectionPath:(id)a0; - (id)styleForAxis:(id)a0; - (id)styleOwnerForPath:(id)a0; - (id)styleOwnerForRef:(id)a0; - (id)styleOwnerForSelectionPath:(id)a0; - (id)styleOwnerFromSwapType:(int)a0 andIndex:(unsigned long long)a1; - (id)styleOwnerPathForRef:(id)a0; - (id)styleOwnerPathForSemanticTag:(id)a0; - (id)styleOwnerPathForStyleOwner:(id)a0; - (id)styleOwnerRefForSemanticTag:(id)a0; - (id)styleOwnerRefForStyleOwner:(id)a0; - (id)styleSwapCommandToApplyFillSetSeriesPropertyMaps:(id)a0; - (id)summaryLabelCustomFormatForGridValueType:(int)a0; - (id)summaryLabelDataFormatter; - (BOOL)supportsRoundedCornersWithoutModelSync; - (id)swapTuplesForApplyingPreset:(id)a0 withBehavior:(unsigned long long)a1; - (id)swapTuplesForMutations:(id)a0 forImport:(BOOL)a1; - (id)swapTuplesForParagraphStyleMutations:(id)a0 forReferencingProperty:(int)a1; - (id)themeChartPresetForUUID:(id)a0; - (id)themeChartPresets; - (id)transformedTuplesWithTuple:(id)a0; - (id)tuplesToApplyState:(id)a0; - (void)updateAfterPaste; - (void)updateTitlesForExportingModel:(id)a0; - (void)upgradeAxisLabelFormatWithValuePrefix:(id)a0 valueSuffix:(id)a1 valueUseSeparator:(BOOL)a2 horizontalPrefix:(id)a3 horizontalSuffix:(id)a4 horizontalUseSeparator:(BOOL)a5; - (void)upgradeChartRoundedCornerRadiusWithValue:(double)a0; - (void)upgradeStackedSummaryLabelPropertiesWithTitleParagraphStyleIndex:(unsigned long long)a0; - (void)upgradeWithHorizontalMin:(id)a0 horizontalMax:(id)a1 valueMin:(id)a2 valueMax:(id)a3; - (id)valueAxisNonstyleAtIndex:(unsigned long long)a0; - (id)valueAxisStyleAtIndex:(unsigned long long)a0; - (unsigned long long)valueAxisStyleCount; - (id)viewOverrideMapForStyleOwner:(id)a0; @end